Update expected output
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 22:23:59 +0000 (17:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 22:23:59 +0000 (17:23 -0500)
The previous commit changed the format of the output
generated by the CSS style tests.

testsuite/css/style/currentcolor.nodes
testsuite/css/style/inherit.nodes
testsuite/css/style/label.nodes

index 5433975291cd2a209e6f7a6048c9ba7993d38e6f..5ff9184bc3622994bba72c2560cf098359a593ad 100644 (file)
@@ -2,5 +2,6 @@
   decoration:dir(ltr)
   box.horizontal:dir(ltr)
     color: rgb(255,0,0); /* currentcolor.css:2:12 */
+
     label:dir(ltr)
       background-color: rgb(255,0,0); /* currentcolor.css:6:32 */
index f425af88ac0f3f3f3cdfff165efeb49e91aa22c3..5a348c8dd712e001d280b2bb6af5aee9d639b169 100644 (file)
@@ -3,6 +3,7 @@
   box.horizontal:dir(ltr)
     color: rgb(255,0,0); /* inherit.css:2:12 */
     opacity: 0.5; /* inherit.css:3:14 */
+
     label#label1:dir(ltr)
       color: rgb(255,255,255); /* inherit.css:7:16 */
       opacity: 0.5; /* inherit.css:8:18 */
index 6c82f3064b55f89fc009d7178f22e3c3feb6b298..2868714cc41da7e4145efd9f77f9f0668f51cd79 100644 (file)
@@ -7,4 +7,5 @@
     font-variant: normal; /* label.css:2:20 */
     font-weight: normal; /* label.css:2:20 */
     font-stretch: normal; /* label.css:2:20 */
+
     label:dir(ltr)